home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / high_speed.swf / scripts / DefineButton2_116 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-06-13  |  416 b   |  18 lines

  1. on(release){
  2.    setProperty(_root.car, _rotation, 0);
  3.    setProperty(_root.car, _Y, _root.car.aaa);
  4.    tellTarget("_root.car")
  5.    {
  6.       gotoAndStop(random(3) + 1);
  7.    }
  8.    setProperty(_root.car, _X, 35);
  9.    _root.saft.saft1.dead1 = 0;
  10.    dead = 0;
  11.    _root.abc = 0;
  12.    _root.countbar._yscale = 139;
  13.    gotoAndStop(1);
  14.    stopAllSounds();
  15.    _root.moonmove = 0;
  16.    _root.mainmoon.gotoAndPlay(1);
  17. }
  18.